home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / x / volume2 / xmille / patch1 next >
Encoding:
Internet Message Format  |  1988-11-11  |  2.4 KB

  1. Path: uunet!wyse!mikew
  2. From: mikew@wyse.wyse.com (Mike Wexler)
  3. Newsgroups: comp.sources.x
  4. Subject: v02i011:  mille bourne for X, Patch1
  5. Message-ID: <1812@wyse.wyse.com>
  6. Date: 11 Nov 88 21:24:16 GMT
  7. Organization: Wyse Technology, San Jose
  8. Lines: 86
  9. Approved: mikew@wyse.com
  10.  
  11. Submitted-by: dana@thumper.bellcore.com (Dana A. Chee)
  12. Posting-number: Volume 2, Issue 11
  13. Archive-name: xmille/patch1
  14.  
  15. Below is a patch to add Imakefiles to the xmille source which comes
  16. with the R3 tape.
  17.  
  18.             Dana Chee
  19.             Bellcore
  20.             MRE 2Q-250
  21.             (201) 829-4488
  22.             dana@bellcore.com
  23. ==================== xmille.r3.patch1
  24. *** /dev/null    Fri Nov 11 09:22:12 1988
  25. --- Imakefile    Fri Nov 11 09:11:29 1988
  26. ***************
  27. *** 0
  28.  
  29. --- 1,30 -----
  30. + # @(#)Makefile    1.2    ULTRIX    6/29/84
  31. + #
  32. + # mille bourne game makefile
  33. + #
  34. + # @(#)Makefile    1.7 (Berkeley) 8/14/83
  35. + #
  36. + #define IHaveSubdirs
  37. + #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  38. + SUBDIRS = control cards
  39. + HEADERS=mille.h
  40. + SRCS=    comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
  41. +     roll.c save.c types.c varpush.c ui.c drawcard.c animate.c 
  42. + OBJS=    comp.o end.o extern.o init.o mille.o misc.o move.o print.o \
  43. +     roll.o save.o types.o varpush.o ui.o drawcard.o animate.o 
  44. + CRL=    
  45. + L=    control/libcontrol.a cards/libcardlib.a 
  46. + LOCAL_LIBRARIES = ${CRL} ${L} $(XLIB)
  47. + SYSLAST_LIBRARIES = -lm
  48. + MakeSubdirs($(SUBDIRS))
  49. + DependSubdirs($(SUBDIRS))
  50. + CleanSubdirs($(SUBDIRS))
  51. + ComplexProgramTarget(xmille)
  52. *** /dev/null    Fri Nov 11 09:22:33 1988
  53. --- cards/Imakefile    Fri Nov 11 09:08:23 1988
  54. ***************
  55. *** 0
  56.  
  57. --- 1,13 -----
  58. + OBJS=    accident.o repairs.o ace.o flat.o spare.o puncture.o\
  59. +     out.o gas.o extra.o stop.o go.o speed.o end.o right.o\
  60. +     25.o 50.o 75.o 100.o 200.o deck.o blank.o
  61. + SRCS=    accident.c repairs.c ace.c flat.c spare.c puncture.c\
  62. +     out.c gas.c extra.c stop.c go.c speed.c end.c right.c\
  63. +     25.c 50.c 75.c 100.c 200.c deck.c blank.c
  64. + NormalLibraryTarget(cardlib, $(OBJS))
  65. + NormalLibraryObjectRule()
  66. + DependTarget()
  67. *** /dev/null    Fri Nov 11 09:22:33 1988
  68. --- control/Imakefile    Fri Nov 11 08:36:43 1988
  69. ***************
  70. *** 0
  71.  
  72. --- 1,9 -----
  73. + OBJS =    button.o scrollbar.o init.o affirm.o dispatch.o prompted.o
  74. + SRCS =    button.c scrollbar.c init.c affirm.c dispatch.c prompted.c
  75. + NormalLibraryTarget(control, $(OBJS))
  76. + NormalLibraryObjectRule()
  77. + DependTarget()
  78. -- 
  79. Mike Wexler(wyse!mikew)    Phone: (408)433-1000 x1330
  80. Moderator of comp.sources.x
  81.